body,
div,
span,
a,
p,
img,
input,
ul,
li,
h1,
h2,
h3,
h4,
strong,
ins,
em,
del,
i {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: black;
}
input {
  border: none;
  outline: none;
}
input[type="text"] {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
img {
  border: none;
  vertical-align: top;
}
button {
  border: 1px solid transparent;
  outline: none;
}
select {
  outline: none;
}
li {
  list-style: none;
}
i {
  font-style: normal;
}
body {
  font-size: 12px;
}
.clearfix::after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.top {
  width: 100%;
  height: 40px;
  background-color: #f0f0f0;
}
.top .topBox {
  width: 1250px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.top .wel {
  position: absolute;
  font-size: 0.875rem;
  color: #191c3d;
  top: 10px;
  left: 30px;
}
.top span {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 0.875rem;
  color: #191c3d;
}
.topTitle {
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.topTitle .topTitleBox {
  width: 1250px;
  position: relative;
  margin: 0 auto;
  height: 100%;
  display: flex;
}
.topTitle .topTitleBox img {
  display: inline-block;
  width: 191px;
  height: 39px;
  margin-left: 35px;
  margin-top: 10px;
  display: none;
}
.topTitle .topTitleBox ul {
  height: 60px;
  margin-left: 128px;
}
.topTitle .topTitleBox ul li {
  float: left;
  width: 120px;
  font-size: 1rem;
  text-align: center;
  line-height: 60px;
  margin-right: 40px;
}
.topTitle .topTitleBox ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.topTitle .topTitleBox ul li:hover {
  cursor: pointer;
}
.on {
  background: #e63e36;
}
.on a {
  color: #fff;
}
